Html Css Color HEX #959ABB Logan

📋 copy color: '#959ABB'

red 149 ◦ green 154 ◦ blue 187

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

Shades of Logan #959ABB

Tints of Logan #959ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.16%

R = 30.41%
G = 31.43%
B = 38.16%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#959ABB (or 0x959ABB) is known color: Logan. HEX triplet: 95, 9A and BB. RGB value is (149,154,187). Sum of RGB (Red+Green+Blue) = 149+154+187=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #959ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959ABB is #6A6544. Grayscale: #9C9C9C. Windows color (decimal): -6972741 or 12294805. OLE color: 12294805.

HSL color Cylindrical-coordinate representation of color #959ABB: hue angle of 232.11º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #959ABB is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 154 187 -
CMYK 0.20 0.18 0 0.27
HSL 232.11º 0.22% 0.66% -
HSV(B) 232.11º 0.2% 0.73% -
XYZ 32.92 33.09 51.67 -
YUV 156.27 145.34 122.82 -
System Red Green Blue C M Y K H S L
Decimal 149 154 187 0.20 0.18 0 0.27 232.11 0.22 0.66
Hex 95 9A BB 14 12 0 1B E8 16 42
Octal 225 232 273 24 22 0 33 350 26 102
Binary 10010101 10011010 10111011 10100 10010 0 11011 11101000 10110 1000010

Color Harmonies of #959ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959ABB

Black with #959ABB

Text Example


Text Example

White with #959ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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