Html Css Color HEX #7E8FFF Cornflower Blue

📋 copy color: '#7E8FFF'

red 126 ◦ green 143 ◦ blue 255

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

Shades of Cornflower Blue #7E8FFF

Tints of Cornflower Blue #7E8FFF

RGB

 RED value IS 126 (49.61% from 255) = 24.05%

 GREEN value IS 143 (56.25% from 255) = 27.29%

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

R = 24.05%
G = 27.29%
B = 48.66%

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

#7E8FFF (or 0x7E8FFF) is known color: Cornflower Blue. HEX triplet: 7E, 8F and FF. RGB value is (126,143,255). Sum of RGB (Red+Green+Blue) = 126+143+255=524 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.05% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E8FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E8FFF is #817000. Grayscale: #969696. Windows color (decimal): -8482817 or 16748414. OLE color: 16748414.

HSL color Cylindrical-coordinate representation of color #7E8FFF: hue angle of 232.09º 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 #7E8FFF is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 126 143 255 -
CMYK 0.51 0.44 0 0
HSL 232.09º 1% 0.75% -
HSV(B) 232.09º 0.51% 1% -
XYZ 36.48 31.3 98.73 -
YUV 150.69 186.87 110.39 -
System Red Green Blue C M Y K H S L
Decimal 126 143 255 0.51 0.44 0 0 232.09 1 0.75
Hex 7E 8F FF 33 2C 0 0 E8 64 4B
Octal 176 217 377 63 54 0 0 350 144 113
Binary 1111110 10001111 11111111 110011 101100 0 0 11101000 1100100 1001011

Color Harmonies of #7E8FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8FFF

Black with #7E8FFF

Text Example


Text Example

White with #7E8FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,143,255); }

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

background-color css

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

 a { background-color: rgb(126,143,255); }

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

border-color css

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

 span { border-color: rgb(126,143,255); }

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