Html Css Color HEX #7D96FB Cornflower Blue

📋 copy color: '#7D96FB'

red 125 ◦ green 150 ◦ blue 251

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

Shades of Cornflower Blue #7D96FB

Tints of Cornflower Blue #7D96FB

RGB

 RED value IS 125 (49.22% from 255) = 23.76%

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

 BLUE value IS 251 (98.44% from 255) = 47.72%

R = 23.76%
G = 28.52%
B = 47.72%

CMYK

 C value IS 0.50

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D96FB (or 0x7D96FB) is known color: Cornflower Blue. HEX triplet: 7D, 96 and FB. RGB value is (125,150,251). Sum of RGB (Red+Green+Blue) = 125+150+251=526 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.76% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D96FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D96FB is #826904. Grayscale: #999999. Windows color (decimal): -8546565 or 16488061. OLE color: 16488061.

HSL color Cylindrical-coordinate representation of color #7D96FB: hue angle of 228.1º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D96FB is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 150 251 -
CMYK 0.50 0.40 0 0.02
HSL 228.1º 0.94% 0.74% -
HSV(B) 228.1º 0.5% 0.98% -
XYZ 36.78 33.14 95.72 -
YUV 154.04 182.72 107.29 -
System Red Green Blue C M Y K H S L
Decimal 125 150 251 0.50 0.40 0 0.02 228.1 0.94 0.74
Hex 7D 96 FB 32 28 0 2 E4 5E 4A
Octal 175 226 373 62 50 0 2 344 136 112
Binary 1111101 10010110 11111011 110010 101000 0 10 11100100 1011110 1001010

Color Harmonies of #7D96FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D96FB

Black with #7D96FB

Text Example


Text Example

White with #7D96FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D96FB; }

 p { color: rgb(125,150,251); }

 H1.HeaderClassName
 {
   color: #7D96FB;
 }
 .AnyTagClassName
 {
   color: #7D96FB;
 }
</style>

background-color css

<style>
 a { background-color: #7D96FB; }

 a { background-color: rgb(125,150,251); }

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

border-color css

<style>
 span { border-color: #7D96FB; }

 span { border-color: rgb(125,150,251); }

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