Html Css Color HEX #7D8FFD Cornflower Blue

📋 copy color: '#7D8FFD'

red 125 ◦ green 143 ◦ blue 253

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

Shades of Cornflower Blue #7D8FFD

Tints of Cornflower Blue #7D8FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.56%

R = 23.99%
G = 27.45%
B = 48.56%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D8FFD (or 0x7D8FFD) is known color: Cornflower Blue. HEX triplet: 7D, 8F and FD. RGB value is (125,143,253). Sum of RGB (Red+Green+Blue) = 125+143+253=521 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.99% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D8FFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8FFD is #827002. Grayscale: #959595. Windows color (decimal): -8548355 or 16617341. OLE color: 16617341.

HSL color Cylindrical-coordinate representation of color #7D8FFD: hue angle of 231.56º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D8FFD is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 143 253 -
CMYK 0.51 0.43 0 0.01
HSL 231.56º 0.97% 0.74% -
HSV(B) 231.56º 0.51% 0.99% -
XYZ 36.01 31.1 97.03 -
YUV 150.16 186.04 110.06 -
System Red Green Blue C M Y K H S L
Decimal 125 143 253 0.51 0.43 0 0.01 231.56 0.97 0.74
Hex 7D 8F FD 33 2B 0 1 E8 61 4A
Octal 175 217 375 63 53 0 1 350 141 112
Binary 1111101 10001111 11111101 110011 101011 0 1 11101000 1100001 1001010

Color Harmonies of #7D8FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8FFD

Black with #7D8FFD

Text Example


Text Example

White with #7D8FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,143,253); }

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

background-color css

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

 a { background-color: rgb(125,143,253); }

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

border-color css

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

 span { border-color: rgb(125,143,253); }

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