Html Css Color HEX #8195BE Wild Blue Yonder

📋 copy color: '#8195BE'

red 129 ◦ green 149 ◦ blue 190

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

Shades of Wild Blue Yonder #8195BE

Tints of Wild Blue Yonder #8195BE

RGB

 RED value IS 129 (50.78% from 255) = 27.56%

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

 BLUE value IS 190 (74.61% from 255) = 40.6%

R = 27.56%
G = 31.84%
B = 40.6%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8195BE (or 0x8195BE) is known color: Wild Blue Yonder. HEX triplet: 81, 95 and BE. RGB value is (129,149,190). Sum of RGB (Red+Green+Blue) = 129+149+190=468 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.56% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #8195BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8195BE is #7E6A41. Grayscale: #939393. Windows color (decimal): -8284738 or 12490113. OLE color: 12490113.

HSL color Cylindrical-coordinate representation of color #8195BE: hue angle of 220.33º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8195BE is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 149 190 -
CMYK 0.32 0.22 0 0.25
HSL 220.33º 0.32% 0.63% -
HSV(B) 220.33º 0.32% 0.75% -
XYZ 29.09 29.88 52.95 -
YUV 147.69 151.87 114.67 -
System Red Green Blue C M Y K H S L
Decimal 129 149 190 0.32 0.22 0 0.25 220.33 0.32 0.63
Hex 81 95 BE 20 16 0 19 DC 20 3F
Octal 201 225 276 40 26 0 31 334 40 77
Binary 10000001 10010101 10111110 100000 10110 0 11001 11011100 100000 111111

Color Harmonies of #8195BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8195BE

Black with #8195BE

Text Example


Text Example

White with #8195BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8195BE; }

 p { color: rgb(129,149,190); }

 H1.HeaderClassName
 {
   color: #8195BE;
 }
 .AnyTagClassName
 {
   color: #8195BE;
 }
</style>

background-color css

<style>
 a { background-color: #8195BE; }

 a { background-color: rgb(129,149,190); }

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

border-color css

<style>
 span { border-color: #8195BE; }

 span { border-color: rgb(129,149,190); }

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