Html Css Color HEX #8193FE Cornflower Blue

📋 copy color: '#8193FE'

red 129 ◦ green 147 ◦ blue 254

#8193FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #8193FE

Tints of Cornflower Blue #8193FE

RGB

 RED value IS 129 (50.78% from 255) = 24.34%

 GREEN value IS 147 (57.81% from 255) = 27.74%

 BLUE value IS 254 (99.61% from 255) = 47.92%

R = 24.34%
G = 27.74%
B = 47.92%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8193FE (or 0x8193FE) is known color: Cornflower Blue. HEX triplet: 81, 93 and FE. RGB value is (129,147,254). Sum of RGB (Red+Green+Blue) = 129+147+254=530 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.34% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #8193FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8193FE is #7E6C01. Grayscale: #999999. Windows color (decimal): -8285186 or 16683905. OLE color: 16683905.

HSL color Cylindrical-coordinate representation of color #8193FE: hue angle of 231.36º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8193FE is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 129 147 254 -
CMYK 0.49 0.42 0 0.00
HSL 231.36º 0.98% 0.75% -
HSV(B) 231.36º 0.49% 1% -
XYZ 37.38 32.69 98.11 -
YUV 153.82 184.54 110.3 -
System Red Green Blue C M Y K H S L
Decimal 129 147 254 0.49 0.42 0 0.00 231.36 0.98 0.75
Hex 81 93 FE 31 2A 0 0 E7 62 4B
Octal 201 223 376 61 52 0 0 347 142 113
Binary 10000001 10010011 11111110 110001 101010 0 0 11100111 1100010 1001011

Color Harmonies of #8193FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8193FE

Black with #8193FE

Text Example


Text Example

White with #8193FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8193FE; }

 p { color: rgb(129,147,254); }

 H1.HeaderClassName
 {
   color: #8193FE;
 }
 .AnyTagClassName
 {
   color: #8193FE;
 }
</style>

background-color css

<style>
 a { background-color: #8193FE; }

 a { background-color: rgb(129,147,254); }

 div.DivClassName
 {
   background-color: #8193FE;
 }
 .BgClassName
 {
   background-color: #8193FE;
 }
</style>

border-color css

<style>
 span { border-color: #8193FE; }

 span { border-color: rgb(129,147,254); }

 td.TdClassName
 {
   border-color: #8193FE;
 }
 .TagClassName
 {
   border-color: #8193FE;
 }
</style>