Html Css Color HEX #7D8BCC Wild Blue Yonder

📋 copy color: '#7D8BCC'

red 125 ◦ green 139 ◦ blue 204

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

Shades of Wild Blue Yonder #7D8BCC

Tints of Wild Blue Yonder #7D8BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.7%

 BLUE value IS 204 (80.08% from 255) = 43.59%

R = 26.71%
G = 29.7%
B = 43.59%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7D8BCC (or 0x7D8BCC) is known color: Wild Blue Yonder. HEX triplet: 7D, 8B and CC. RGB value is (125,139,204). Sum of RGB (Red+Green+Blue) = 125+139+204=468 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.71% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D8BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8BCC is #827433. Grayscale: #8D8D8D. Windows color (decimal): -8549428 or 13405053. OLE color: 13405053.

HSL color Cylindrical-coordinate representation of color #7D8BCC: hue angle of 229.37º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D8BCC is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 125 139 204 -
CMYK 0.39 0.32 0 0.2
HSL 229.37º 0.44% 0.65% -
HSV(B) 229.37º 0.39% 0.8% -
XYZ 28.59 27.18 60.87 -
YUV 142.22 162.86 115.71 -
System Red Green Blue C M Y K H S L
Decimal 125 139 204 0.39 0.32 0 0.2 229.37 0.44 0.65
Hex 7D 8B CC 27 20 0 14 E5 2C 41
Octal 175 213 314 47 40 0 24 345 54 101
Binary 1111101 10001011 11001100 100111 100000 0 10100 11100101 101100 1000001

Color Harmonies of #7D8BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8BCC

Black with #7D8BCC

Text Example


Text Example

White with #7D8BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,139,204); }

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

background-color css

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

 a { background-color: rgb(125,139,204); }

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

border-color css

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

 span { border-color: rgb(125,139,204); }

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