Html Css Color HEX #9A8EBB Cold Purple

📋 copy color: '#9A8EBB'

red 154 ◦ green 142 ◦ blue 187

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

Shades of Cold Purple #9A8EBB

Tints of Cold Purple #9A8EBB

RGB

 RED value IS 154 (60.55% from 255) = 31.88%

 GREEN value IS 142 (55.86% from 255) = 29.4%

 BLUE value IS 187 (73.44% from 255) = 38.72%

R = 31.88%
G = 29.4%
B = 38.72%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9A8EBB (or 0x9A8EBB) is known color: Cold Purple. HEX triplet: 9A, 8E and BB. RGB value is (154,142,187). Sum of RGB (Red+Green+Blue) = 154+142+187=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A8EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8EBB is #657144. Grayscale: #969696. Windows color (decimal): -6648133 or 12291738. OLE color: 12291738.

HSL color Cylindrical-coordinate representation of color #9A8EBB: hue angle of 256º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9A8EBB is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 142 187 -
CMYK 0.18 0.24 0 0.27
HSL 256º 0.25% 0.65% -
HSV(B) 256º 0.24% 0.73% -
XYZ 31.97 29.8 51.08 -
YUV 150.72 148.48 130.34 -
System Red Green Blue C M Y K H S L
Decimal 154 142 187 0.18 0.24 0 0.27 256 0.25 0.65
Hex 9A 8E BB 12 18 0 1B 100 19 41
Octal 232 216 273 22 30 0 33 400 31 101
Binary 10011010 10001110 10111011 10010 11000 0 11011 100000000 11001 1000001

Color Harmonies of #9A8EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8EBB

Black with #9A8EBB

Text Example


Text Example

White with #9A8EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A8EBB; }

 p { color: rgb(154,142,187); }

 H1.HeaderClassName
 {
   color: #9A8EBB;
 }
 .AnyTagClassName
 {
   color: #9A8EBB;
 }
</style>

background-color css

<style>
 a { background-color: #9A8EBB; }

 a { background-color: rgb(154,142,187); }

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

border-color css

<style>
 span { border-color: #9A8EBB; }

 span { border-color: rgb(154,142,187); }

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