Html Css Color HEX #7D91FB Cornflower Blue

📋 copy color: '#7D91FB'

red 125 ◦ green 145 ◦ blue 251

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

Shades of Cornflower Blue #7D91FB

Tints of Cornflower Blue #7D91FB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.83%

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

R = 23.99%
G = 27.83%
B = 48.18%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D91FB (or 0x7D91FB) is known color: Cornflower Blue. HEX triplet: 7D, 91 and FB. RGB value is (125,145,251). Sum of RGB (Red+Green+Blue) = 125+145+251=521 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.99% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D91FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D91FB is #826E04. Grayscale: #969696. Windows color (decimal): -8547845 or 16486781. OLE color: 16486781.

HSL color Cylindrical-coordinate representation of color #7D91FB: hue angle of 230.48º 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 #7D91FB is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 145 251 -
CMYK 0.50 0.42 0 0.02
HSL 230.48º 0.94% 0.74% -
HSV(B) 230.48º 0.5% 0.98% -
XYZ 36 31.58 95.46 -
YUV 151.1 184.37 109.38 -
System Red Green Blue C M Y K H S L
Decimal 125 145 251 0.50 0.42 0 0.02 230.48 0.94 0.74
Hex 7D 91 FB 32 2A 0 2 E6 5E 4A
Octal 175 221 373 62 52 0 2 346 136 112
Binary 1111101 10010001 11111011 110010 101010 0 10 11100110 1011110 1001010

Color Harmonies of #7D91FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D91FB

Black with #7D91FB

Text Example


Text Example

White with #7D91FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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