Html Css Color HEX #959ABD Logan

📋 copy color: '#959ABD'

red 149 ◦ green 154 ◦ blue 189

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

Shades of Logan #959ABD

Tints of Logan #959ABD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.3%

 BLUE value IS 189 (74.22% from 255) = 38.41%

R = 30.28%
G = 31.3%
B = 38.41%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#959ABD (or 0x959ABD) is known color: Logan. HEX triplet: 95, 9A and BD. RGB value is (149,154,189). Sum of RGB (Red+Green+Blue) = 149+154+189=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #959ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959ABD is #6A6542. Grayscale: #9C9C9C. Windows color (decimal): -6972739 or 12425877. OLE color: 12425877.

HSL color Cylindrical-coordinate representation of color #959ABD: hue angle of 232.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #959ABD is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 154 189 -
CMYK 0.21 0.19 0 0.26
HSL 232.5º 0.23% 0.66% -
HSV(B) 232.5º 0.21% 0.74% -
XYZ 33.14 33.17 52.8 -
YUV 156.5 146.34 122.65 -
System Red Green Blue C M Y K H S L
Decimal 149 154 189 0.21 0.19 0 0.26 232.5 0.23 0.66
Hex 95 9A BD 15 13 0 1A E8 17 42
Octal 225 232 275 25 23 0 32 350 27 102
Binary 10010101 10011010 10111101 10101 10011 0 11010 11101000 10111 1000010

Color Harmonies of #959ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959ABD

Black with #959ABD

Text Example


Text Example

White with #959ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959ABD; }

 p { color: rgb(149,154,189); }

 H1.HeaderClassName
 {
   color: #959ABD;
 }
 .AnyTagClassName
 {
   color: #959ABD;
 }
</style>

background-color css

<style>
 a { background-color: #959ABD; }

 a { background-color: rgb(149,154,189); }

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

border-color css

<style>
 span { border-color: #959ABD; }

 span { border-color: rgb(149,154,189); }

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