Html Css Color HEX #8A96BD Rock Blue

📋 copy color: '#8A96BD'

red 138 ◦ green 150 ◦ blue 189

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

Shades of Rock Blue #8A96BD

Tints of Rock Blue #8A96BD

RGB

 RED value IS 138 (54.3% from 255) = 28.93%

 GREEN value IS 150 (58.98% from 255) = 31.45%

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

R = 28.93%
G = 31.45%
B = 39.62%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8A96BD (or 0x8A96BD) is known color: Rock Blue. HEX triplet: 8A, 96 and BD. RGB value is (138,150,189). Sum of RGB (Red+Green+Blue) = 138+150+189=477 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.93% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A96BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A96BD is #756942. Grayscale: #969696. Windows color (decimal): -7694659 or 12424842. OLE color: 12424842.

HSL color Cylindrical-coordinate representation of color #8A96BD: hue angle of 225.88º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8A96BD is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 138 150 189 -
CMYK 0.27 0.21 0 0.26
HSL 225.88º 0.28% 0.64% -
HSV(B) 225.88º 0.27% 0.74% -
XYZ 30.57 30.89 52.5 -
YUV 150.86 149.52 118.83 -
System Red Green Blue C M Y K H S L
Decimal 138 150 189 0.27 0.21 0 0.26 225.88 0.28 0.64
Hex 8A 96 BD 1B 15 0 1A E2 1C 40
Octal 212 226 275 33 25 0 32 342 34 100
Binary 10001010 10010110 10111101 11011 10101 0 11010 11100010 11100 1000000

Color Harmonies of #8A96BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A96BD

Black with #8A96BD

Text Example


Text Example

White with #8A96BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,150,189); }

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

background-color css

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

 a { background-color: rgb(138,150,189); }

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

border-color css

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

 span { border-color: rgb(138,150,189); }

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