Html Css Color HEX #8B95BE Wild Blue Yonder

📋 copy color: '#8B95BE'

red 139 ◦ green 149 ◦ blue 190

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

Shades of Wild Blue Yonder #8B95BE

Tints of Wild Blue Yonder #8B95BE

RGB

 RED value IS 139 (54.69% from 255) = 29.08%

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

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

R = 29.08%
G = 31.17%
B = 39.75%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8B95BE (or 0x8B95BE) is known color: Wild Blue Yonder. HEX triplet: 8B, 95 and BE. RGB value is (139,149,190). Sum of RGB (Red+Green+Blue) = 139+149+190=478 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.08% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B95BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B95BE is #746A41. Grayscale: #969696. Windows color (decimal): -7629378 or 12490123. OLE color: 12490123.

HSL color Cylindrical-coordinate representation of color #8B95BE: hue angle of 228.24º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B95BE is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 139 149 190 -
CMYK 0.27 0.22 0 0.25
HSL 228.24º 0.28% 0.65% -
HSV(B) 228.24º 0.27% 0.75% -
XYZ 30.69 30.7 53.02 -
YUV 150.68 150.19 119.67 -
System Red Green Blue C M Y K H S L
Decimal 139 149 190 0.27 0.22 0 0.25 228.24 0.28 0.65
Hex 8B 95 BE 1B 16 0 19 E4 1C 41
Octal 213 225 276 33 26 0 31 344 34 101
Binary 10001011 10010101 10111110 11011 10110 0 11001 11100100 11100 1000001

Color Harmonies of #8B95BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B95BE

Black with #8B95BE

Text Example


Text Example

White with #8B95BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B95BE; }

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

 H1.HeaderClassName
 {
   color: #8B95BE;
 }
 .AnyTagClassName
 {
   color: #8B95BE;
 }
</style>

background-color css

<style>
 a { background-color: #8B95BE; }

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

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

border-color css

<style>
 span { border-color: #8B95BE; }

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

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