Html Css Color HEX #8A9CBE Rock Blue

📋 copy color: '#8A9CBE'

red 138 ◦ green 156 ◦ blue 190

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

Shades of Rock Blue #8A9CBE

Tints of Rock Blue #8A9CBE

RGB

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

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

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

R = 28.51%
G = 32.23%
B = 39.26%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A9CBE (or 0x8A9CBE) is known color: Rock Blue. HEX triplet: 8A, 9C and BE. RGB value is (138,156,190). Sum of RGB (Red+Green+Blue) = 138+156+190=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A9CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9CBE is #756341. Grayscale: #9A9A9A. Windows color (decimal): -7693122 or 12491914. OLE color: 12491914.

HSL color Cylindrical-coordinate representation of color #8A9CBE: hue angle of 219.23º 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 #8A9CBE is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 156 190 -
CMYK 0.27 0.18 0 0.25
HSL 219.23º 0.29% 0.64% -
HSV(B) 219.23º 0.27% 0.75% -
XYZ 31.66 32.9 53.4 -
YUV 154.49 148.04 116.24 -
System Red Green Blue C M Y K H S L
Decimal 138 156 190 0.27 0.18 0 0.25 219.23 0.29 0.64
Hex 8A 9C BE 1B 12 0 19 DB 1D 40
Octal 212 234 276 33 22 0 31 333 35 100
Binary 10001010 10011100 10111110 11011 10010 0 11001 11011011 11101 1000000

Color Harmonies of #8A9CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9CBE

Black with #8A9CBE

Text Example


Text Example

White with #8A9CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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