Html Css Color HEX #7D91FC Cornflower Blue

📋 copy color: '#7D91FC'

red 125 ◦ green 145 ◦ blue 252

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

Shades of Cornflower Blue #7D91FC

Tints of Cornflower Blue #7D91FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.28%

R = 23.95%
G = 27.78%
B = 48.28%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D91FC (or 0x7D91FC) is known color: Cornflower Blue. HEX triplet: 7D, 91 and FC. RGB value is (125,145,252). Sum of RGB (Red+Green+Blue) = 125+145+252=522 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.95% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D91FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D91FC is #826E03. Grayscale: #969696. Windows color (decimal): -8547844 or 16552317. OLE color: 16552317.

HSL color Cylindrical-coordinate representation of color #7D91FC: hue angle of 230.55º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D91FC is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 145 252 -
CMYK 0.50 0.42 0 0.01
HSL 230.55º 0.95% 0.74% -
HSV(B) 230.55º 0.5% 0.99% -
XYZ 36.15 31.64 96.3 -
YUV 151.22 184.87 109.3 -
System Red Green Blue C M Y K H S L
Decimal 125 145 252 0.50 0.42 0 0.01 230.55 0.95 0.74
Hex 7D 91 FC 32 2A 0 1 E7 5F 4A
Octal 175 221 374 62 52 0 1 347 137 112
Binary 1111101 10010001 11111100 110010 101010 0 1 11100111 1011111 1001010

Color Harmonies of #7D91FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D91FC

Black with #7D91FC

Text Example


Text Example

White with #7D91FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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