Html Css Color HEX #8A9CC2 Rock Blue

📋 copy color: '#8A9CC2'

red 138 ◦ green 156 ◦ blue 194

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

Shades of Rock Blue #8A9CC2

Tints of Rock Blue #8A9CC2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.97%

 BLUE value IS 194 (76.17% from 255) = 39.75%

R = 28.28%
G = 31.97%
B = 39.75%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8A9CC2 (or 0x8A9CC2) is known color: Rock Blue. HEX triplet: 8A, 9C and C2. RGB value is (138,156,194). Sum of RGB (Red+Green+Blue) = 138+156+194=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 194 - color contains mainly: blue. Hex color #8A9CC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9CC2 is #75633D. Grayscale: #9A9A9A. Windows color (decimal): -7693118 or 12754058. OLE color: 12754058.

HSL color Cylindrical-coordinate representation of color #8A9CC2: hue angle of 220.71º degrees, saturation: 0.31, 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 #8A9CC2 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 138 156 194 -
CMYK 0.29 0.20 0 0.24
HSL 220.71º 0.31% 0.65% -
HSV(B) 220.71º 0.29% 0.76% -
XYZ 32.11 33.08 55.73 -
YUV 154.95 150.04 115.91 -
System Red Green Blue C M Y K H S L
Decimal 138 156 194 0.29 0.20 0 0.24 220.71 0.31 0.65
Hex 8A 9C C2 1D 14 0 18 DD 1F 41
Octal 212 234 302 35 24 0 30 335 37 101
Binary 10001010 10011100 11000010 11101 10100 0 11000 11011101 11111 1000001

Color Harmonies of #8A9CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9CC2

Black with #8A9CC2

Text Example


Text Example

White with #8A9CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,156,194); }

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

background-color css

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

 a { background-color: rgb(138,156,194); }

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

border-color css

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

 span { border-color: rgb(138,156,194); }

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