Html Css Color HEX #8A9EC3 Rock Blue

📋 copy color: '#8A9EC3'

red 138 ◦ green 158 ◦ blue 195

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

Shades of Rock Blue #8A9EC3

Tints of Rock Blue #8A9EC3

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.18%

 BLUE value IS 195 (76.56% from 255) = 39.71%

R = 28.11%
G = 32.18%
B = 39.71%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8A9EC3 (or 0x8A9EC3) is known color: Rock Blue. HEX triplet: 8A, 9E and C3. RGB value is (138,158,195). Sum of RGB (Red+Green+Blue) = 138+158+195=491 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.11% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 195 (76.56% from 255 or 39.71% from 491); Max value from RGB is 195 - color contains mainly: blue. Hex color #8A9EC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9EC3 is #75613C. Grayscale: #9C9C9C. Windows color (decimal): -7692605 or 12820106. OLE color: 12820106.

HSL color Cylindrical-coordinate representation of color #8A9EC3: hue angle of 218.95º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8A9EC3 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 138 158 195 -
CMYK 0.29 0.19 0 0.24
HSL 218.95º 0.32% 0.65% -
HSV(B) 218.95º 0.29% 0.76% -
XYZ 32.56 33.8 56.44 -
YUV 156.24 149.87 114.99 -
System Red Green Blue C M Y K H S L
Decimal 138 158 195 0.29 0.19 0 0.24 218.95 0.32 0.65
Hex 8A 9E C3 1D 13 0 18 DB 20 41
Octal 212 236 303 35 23 0 30 333 40 101
Binary 10001010 10011110 11000011 11101 10011 0 11000 11011011 100000 1000001

Color Harmonies of #8A9EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9EC3

Black with #8A9EC3

Text Example


Text Example

White with #8A9EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,158,195); }

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

background-color css

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

 a { background-color: rgb(138,158,195); }

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

border-color css

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

 span { border-color: rgb(138,158,195); }

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