Html Css Color HEX #959AB4 Logan

📋 copy color: '#959AB4'

red 149 ◦ green 154 ◦ blue 180

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

Shades of Logan #959AB4

Tints of Logan #959AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.27%

R = 30.85%
G = 31.88%
B = 37.27%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#959AB4 (or 0x959AB4) is known color: Logan. HEX triplet: 95, 9A and B4. RGB value is (149,154,180). Sum of RGB (Red+Green+Blue) = 149+154+180=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 180 - color contains mainly: blue. Hex color #959AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959AB4 is #6A654B. Grayscale: #9B9B9B. Windows color (decimal): -6972748 or 11836053. OLE color: 11836053.

HSL color Cylindrical-coordinate representation of color #959AB4: hue angle of 230.32º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #959AB4 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 154 180 -
CMYK 0.17 0.14 0 0.29
HSL 230.32º 0.17% 0.65% -
HSV(B) 230.32º 0.17% 0.71% -
XYZ 32.19 32.8 47.81 -
YUV 155.47 141.84 123.39 -
System Red Green Blue C M Y K H S L
Decimal 149 154 180 0.17 0.14 0 0.29 230.32 0.17 0.65
Hex 95 9A B4 11 E 0 1D E6 11 41
Octal 225 232 264 21 16 0 35 346 21 101
Binary 10010101 10011010 10110100 10001 1110 0 11101 11100110 10001 1000001

Color Harmonies of #959AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959AB4

Black with #959AB4

Text Example


Text Example

White with #959AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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