Html Css Color HEX #8A9BC1 Rock Blue

📋 copy color: '#8A9BC1'

red 138 ◦ green 155 ◦ blue 193

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

Shades of Rock Blue #8A9BC1

Tints of Rock Blue #8A9BC1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.89%

 BLUE value IS 193 (75.78% from 255) = 39.71%

R = 28.4%
G = 31.89%
B = 39.71%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8A9BC1 (or 0x8A9BC1) is known color: Rock Blue. HEX triplet: 8A, 9B and C1. RGB value is (138,155,193). Sum of RGB (Red+Green+Blue) = 138+155+193=486 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.40% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 193 - color contains mainly: blue. Hex color #8A9BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9BC1 is #75643E. Grayscale: #9A9A9A. Windows color (decimal): -7693375 or 12688266. OLE color: 12688266.

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

Color convert

RGB 138 155 193 -
CMYK 0.28 0.20 0 0.24
HSL 221.45º 0.31% 0.65% -
HSV(B) 221.45º 0.28% 0.76% -
XYZ 31.83 32.7 55.09 -
YUV 154.25 149.87 116.41 -
System Red Green Blue C M Y K H S L
Decimal 138 155 193 0.28 0.20 0 0.24 221.45 0.31 0.65
Hex 8A 9B C1 1C 14 0 18 DD 1F 41
Octal 212 233 301 34 24 0 30 335 37 101
Binary 10001010 10011011 11000001 11100 10100 0 11000 11011101 11111 1000001

Color Harmonies of #8A9BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9BC1

Black with #8A9BC1

Text Example


Text Example

White with #8A9BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,155,193); }

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

background-color css

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

 a { background-color: rgb(138,155,193); }

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

border-color css

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

 span { border-color: rgb(138,155,193); }

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