Html Css Color HEX #9099AF Rock Blue

📋 copy color: '#9099AF'

red 144 ◦ green 153 ◦ blue 175

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

Shades of Rock Blue #9099AF

Tints of Rock Blue #9099AF

RGB

 RED value IS 144 (56.64% from 255) = 30.51%

 GREEN value IS 153 (60.16% from 255) = 32.42%

 BLUE value IS 175 (68.75% from 255) = 37.08%

R = 30.51%
G = 32.42%
B = 37.08%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9099AF (or 0x9099AF) is known color: Rock Blue. HEX triplet: 90, 99 and AF. RGB value is (144,153,175). Sum of RGB (Red+Green+Blue) = 144+153+175=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 175 - color contains mainly: blue. Hex color #9099AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9099AF is #6F6650. Grayscale: #989898. Windows color (decimal): -7300689 or 11508112. OLE color: 11508112.

HSL color Cylindrical-coordinate representation of color #9099AF: hue angle of 222.58º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9099AF is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 144 153 175 -
CMYK 0.18 0.13 0 0.31
HSL 222.58º 0.16% 0.63% -
HSV(B) 222.58º 0.18% 0.69% -
XYZ 30.63 31.81 45.08 -
YUV 152.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 144 153 175 0.18 0.13 0 0.31 222.58 0.16 0.63
Hex 90 99 AF 12 D 0 1F DF 10 3F
Octal 220 231 257 22 15 0 37 337 20 77
Binary 10010000 10011001 10101111 10010 1101 0 11111 11011111 10000 111111

Color Harmonies of #9099AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9099AF

Black with #9099AF

Text Example


Text Example

White with #9099AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9099AF; }

 p { color: rgb(144,153,175); }

 H1.HeaderClassName
 {
   color: #9099AF;
 }
 .AnyTagClassName
 {
   color: #9099AF;
 }
</style>

background-color css

<style>
 a { background-color: #9099AF; }

 a { background-color: rgb(144,153,175); }

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

border-color css

<style>
 span { border-color: #9099AF; }

 span { border-color: rgb(144,153,175); }

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