Html Css Color HEX #7D8EFF Cornflower Blue

📋 copy color: '#7D8EFF'

red 125 ◦ green 142 ◦ blue 255

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

Shades of Cornflower Blue #7D8EFF

Tints of Cornflower Blue #7D8EFF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.2%

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

R = 23.95%
G = 27.2%
B = 48.85%

CMYK

 C value IS 0.51

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7D8EFF (or 0x7D8EFF) is known color: Cornflower Blue. HEX triplet: 7D, 8E and FF. RGB value is (125,142,255). Sum of RGB (Red+Green+Blue) = 125+142+255=522 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.95% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D8EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8EFF is #827100. Grayscale: #959595. Windows color (decimal): -8548609 or 16748157. OLE color: 16748157.

HSL color Cylindrical-coordinate representation of color #7D8EFF: hue angle of 232.15º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D8EFF is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 125 142 255 -
CMYK 0.51 0.44 0 0
HSL 232.15º 1% 0.75% -
HSV(B) 232.15º 0.51% 1% -
XYZ 36.18 30.93 98.67 -
YUV 149.8 187.37 110.31 -
System Red Green Blue C M Y K H S L
Decimal 125 142 255 0.51 0.44 0 0 232.15 1 0.75
Hex 7D 8E FF 33 2C 0 0 E8 64 4B
Octal 175 216 377 63 54 0 0 350 144 113
Binary 1111101 10001110 11111111 110011 101100 0 0 11101000 1100100 1001011

Color Harmonies of #7D8EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8EFF

Black with #7D8EFF

Text Example


Text Example

White with #7D8EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,142,255); }

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

background-color css

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

 a { background-color: rgb(125,142,255); }

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

border-color css

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

 span { border-color: rgb(125,142,255); }

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