Html Css Color HEX #7D87CE Wild Blue Yonder

📋 copy color: '#7D87CE'

red 125 ◦ green 135 ◦ blue 206

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

Shades of Wild Blue Yonder #7D87CE

Tints of Wild Blue Yonder #7D87CE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.97%

 BLUE value IS 206 (80.86% from 255) = 44.21%

R = 26.82%
G = 28.97%
B = 44.21%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D87CE (or 0x7D87CE) is known color: Wild Blue Yonder. HEX triplet: 7D, 87 and CE. RGB value is (125,135,206). Sum of RGB (Red+Green+Blue) = 125+135+206=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D87CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D87CE is #827831. Grayscale: #8B8B8B. Windows color (decimal): -8550450 or 13535101. OLE color: 13535101.

HSL color Cylindrical-coordinate representation of color #7D87CE: hue angle of 232.59º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D87CE is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 135 206 -
CMYK 0.39 0.34 0 0.19
HSL 232.59º 0.45% 0.65% -
HSV(B) 232.59º 0.39% 0.81% -
XYZ 28.26 26.14 61.95 -
YUV 140.1 165.19 117.23 -
System Red Green Blue C M Y K H S L
Decimal 125 135 206 0.39 0.34 0 0.19 232.59 0.45 0.65
Hex 7D 87 CE 27 22 0 13 E9 2D 41
Octal 175 207 316 47 42 0 23 351 55 101
Binary 1111101 10000111 11001110 100111 100010 0 10011 11101001 101101 1000001

Color Harmonies of #7D87CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D87CE

Black with #7D87CE

Text Example


Text Example

White with #7D87CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,135,206); }

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

background-color css

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

 a { background-color: rgb(125,135,206); }

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

border-color css

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

 span { border-color: rgb(125,135,206); }

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