Html Css Color HEX #95A4BF Rock Blue

📋 copy color: '#95A4BF'

red 149 ◦ green 164 ◦ blue 191

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

Shades of Rock Blue #95A4BF

Tints of Rock Blue #95A4BF

RGB

 RED value IS 149 (58.59% from 255) = 29.56%

 GREEN value IS 164 (64.45% from 255) = 32.54%

 BLUE value IS 191 (75% from 255) = 37.9%

R = 29.56%
G = 32.54%
B = 37.9%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#95A4BF (or 0x95A4BF) is known color: Rock Blue. HEX triplet: 95, A4 and BF. RGB value is (149,164,191). Sum of RGB (Red+Green+Blue) = 149+164+191=504 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.56% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #95A4BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A4BF is #6A5B40. Grayscale: #A2A2A2. Windows color (decimal): -6970177 or 12559509. OLE color: 12559509.

HSL color Cylindrical-coordinate representation of color #95A4BF: hue angle of 218.57º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95A4BF is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 164 191 -
CMYK 0.22 0.14 0 0.25
HSL 218.57º 0.25% 0.67% -
HSV(B) 218.57º 0.22% 0.75% -
XYZ 35.07 36.7 54.53 -
YUV 162.59 144.03 118.3 -
System Red Green Blue C M Y K H S L
Decimal 149 164 191 0.22 0.14 0 0.25 218.57 0.25 0.67
Hex 95 A4 BF 16 E 0 19 DB 19 43
Octal 225 244 277 26 16 0 31 333 31 103
Binary 10010101 10100100 10111111 10110 1110 0 11001 11011011 11001 1000011

Color Harmonies of #95A4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A4BF

Black with #95A4BF

Text Example


Text Example

White with #95A4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95A4BF; }

 p { color: rgb(149,164,191); }

 H1.HeaderClassName
 {
   color: #95A4BF;
 }
 .AnyTagClassName
 {
   color: #95A4BF;
 }
</style>

background-color css

<style>
 a { background-color: #95A4BF; }

 a { background-color: rgb(149,164,191); }

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

border-color css

<style>
 span { border-color: #95A4BF; }

 span { border-color: rgb(149,164,191); }

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