Html Css Color HEX #8A96AF Rock Blue

📋 copy color: '#8A96AF'

red 138 ◦ green 150 ◦ blue 175

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

Shades of Rock Blue #8A96AF

Tints of Rock Blue #8A96AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.8%

R = 29.81%
G = 32.4%
B = 37.8%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8A96AF (or 0x8A96AF) is known color: Rock Blue. HEX triplet: 8A, 96 and AF. RGB value is (138,150,175). Sum of RGB (Red+Green+Blue) = 138+150+175=463 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.81% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A96AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A96AF is #756950. Grayscale: #959595. Windows color (decimal): -7694673 or 11507338. OLE color: 11507338.

HSL color Cylindrical-coordinate representation of color #8A96AF: hue angle of 220.54º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8A96AF is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 150 175 -
CMYK 0.21 0.14 0 0.31
HSL 220.54º 0.19% 0.61% -
HSV(B) 220.54º 0.21% 0.69% -
XYZ 29.13 30.31 44.87 -
YUV 149.26 142.52 119.97 -
System Red Green Blue C M Y K H S L
Decimal 138 150 175 0.21 0.14 0 0.31 220.54 0.19 0.61
Hex 8A 96 AF 15 E 0 1F DD 13 3D
Octal 212 226 257 25 16 0 37 335 23 75
Binary 10001010 10010110 10101111 10101 1110 0 11111 11011101 10011 111101

Color Harmonies of #8A96AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A96AF

Black with #8A96AF

Text Example


Text Example

White with #8A96AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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