Html Css Color HEX #8AA1BE Rock Blue

📋 copy color: '#8AA1BE'

red 138 ◦ green 161 ◦ blue 190

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

Shades of Rock Blue #8AA1BE

Tints of Rock Blue #8AA1BE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.92%

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

R = 28.22%
G = 32.92%
B = 38.85%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8AA1BE (or 0x8AA1BE) is known color: Rock Blue. HEX triplet: 8A, A1 and BE. RGB value is (138,161,190). Sum of RGB (Red+Green+Blue) = 138+161+190=489 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.22% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #8AA1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA1BE is #755E41. Grayscale: #9D9D9D. Windows color (decimal): -7691842 or 12493194. OLE color: 12493194.

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

Color convert

RGB 138 161 190 -
CMYK 0.27 0.15 0 0.25
HSL 213.46º 0.29% 0.64% -
HSV(B) 213.46º 0.27% 0.75% -
XYZ 32.52 34.61 53.68 -
YUV 157.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 138 161 190 0.27 0.15 0 0.25 213.46 0.29 0.64
Hex 8A A1 BE 1B F 0 19 D5 1D 40
Octal 212 241 276 33 17 0 31 325 35 100
Binary 10001010 10100001 10111110 11011 1111 0 11001 11010101 11101 1000000

Color Harmonies of #8AA1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA1BE

Black with #8AA1BE

Text Example


Text Example

White with #8AA1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,161,190); }

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

background-color css

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

 a { background-color: rgb(138,161,190); }

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

border-color css

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

 span { border-color: rgb(138,161,190); }

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