Html Css Color HEX #8396FF Cornflower Blue

📋 copy color: '#8396FF'

red 131 ◦ green 150 ◦ blue 255

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

Shades of Cornflower Blue #8396FF

Tints of Cornflower Blue #8396FF

RGB

 RED value IS 131 (51.56% from 255) = 24.44%

 GREEN value IS 150 (58.98% from 255) = 27.99%

 BLUE value IS 255 (100% from 255) = 47.57%

R = 24.44%
G = 27.99%
B = 47.57%

CMYK

 C value IS 0.49

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8396FF (or 0x8396FF) is known color: Cornflower Blue. HEX triplet: 83, 96 and FF. RGB value is (131,150,255). Sum of RGB (Red+Green+Blue) = 131+150+255=536 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.44% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #8396FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8396FF is #7C6900. Grayscale: #9B9B9B. Windows color (decimal): -8153345 or 16750211. OLE color: 16750211.

HSL color Cylindrical-coordinate representation of color #8396FF: hue angle of 230.81º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8396FF is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 131 150 255 -
CMYK 0.49 0.41 0 0
HSL 230.81º 1% 0.76% -
HSV(B) 230.81º 0.49% 1% -
XYZ 38.32 33.86 99.12 -
YUV 156.29 183.71 109.96 -
System Red Green Blue C M Y K H S L
Decimal 131 150 255 0.49 0.41 0 0 230.81 1 0.76
Hex 83 96 FF 31 29 0 0 E7 64 4C
Octal 203 226 377 61 51 0 0 347 144 114
Binary 10000011 10010110 11111111 110001 101001 0 0 11100111 1100100 1001100

Color Harmonies of #8396FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8396FF

Black with #8396FF

Text Example


Text Example

White with #8396FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8396FF; }

 p { color: rgb(131,150,255); }

 H1.HeaderClassName
 {
   color: #8396FF;
 }
 .AnyTagClassName
 {
   color: #8396FF;
 }
</style>

background-color css

<style>
 a { background-color: #8396FF; }

 a { background-color: rgb(131,150,255); }

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

border-color css

<style>
 span { border-color: #8396FF; }

 span { border-color: rgb(131,150,255); }

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