Html Css Color HEX #8695BD Wild Blue Yonder

📋 copy color: '#8695BD'

red 134 ◦ green 149 ◦ blue 189

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

Shades of Wild Blue Yonder #8695BD

Tints of Wild Blue Yonder #8695BD

RGB

 RED value IS 134 (52.73% from 255) = 28.39%

 GREEN value IS 149 (58.59% from 255) = 31.57%

 BLUE value IS 189 (74.22% from 255) = 40.04%

R = 28.39%
G = 31.57%
B = 40.04%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8695BD (or 0x8695BD) is known color: Wild Blue Yonder. HEX triplet: 86, 95 and BD. RGB value is (134,149,189). Sum of RGB (Red+Green+Blue) = 134+149+189=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #8695BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8695BD is #796A42. Grayscale: #949494. Windows color (decimal): -7957059 or 12424582. OLE color: 12424582.

HSL color Cylindrical-coordinate representation of color #8695BD: hue angle of 223.64º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8695BD is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 149 189 -
CMYK 0.29 0.21 0 0.26
HSL 223.64º 0.29% 0.63% -
HSV(B) 223.64º 0.29% 0.74% -
XYZ 29.76 30.24 52.41 -
YUV 149.08 150.53 117.25 -
System Red Green Blue C M Y K H S L
Decimal 134 149 189 0.29 0.21 0 0.26 223.64 0.29 0.63
Hex 86 95 BD 1D 15 0 1A E0 1D 3F
Octal 206 225 275 35 25 0 32 340 35 77
Binary 10000110 10010101 10111101 11101 10101 0 11010 11100000 11101 111111

Color Harmonies of #8695BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8695BD

Black with #8695BD

Text Example


Text Example

White with #8695BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8695BD; }

 p { color: rgb(134,149,189); }

 H1.HeaderClassName
 {
   color: #8695BD;
 }
 .AnyTagClassName
 {
   color: #8695BD;
 }
</style>

background-color css

<style>
 a { background-color: #8695BD; }

 a { background-color: rgb(134,149,189); }

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

border-color css

<style>
 span { border-color: #8695BD; }

 span { border-color: rgb(134,149,189); }

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