Html Css Color HEX #959ABA Logan

📋 copy color: '#959ABA'

red 149 ◦ green 154 ◦ blue 186

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

Shades of Logan #959ABA

Tints of Logan #959ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.04%

R = 30.47%
G = 31.49%
B = 38.04%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#959ABA (or 0x959ABA) is known color: Logan. HEX triplet: 95, 9A and BA. RGB value is (149,154,186). Sum of RGB (Red+Green+Blue) = 149+154+186=489 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.47% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #959ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959ABA is #6A6545. Grayscale: #9C9C9C. Windows color (decimal): -6972742 or 12229269. OLE color: 12229269.

HSL color Cylindrical-coordinate representation of color #959ABA: hue angle of 231.89º degrees, saturation: 0.21, 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 #959ABA is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 154 186 -
CMYK 0.20 0.17 0 0.27
HSL 231.89º 0.21% 0.66% -
HSV(B) 231.89º 0.2% 0.73% -
XYZ 32.81 33.05 51.1 -
YUV 156.15 144.84 122.9 -
System Red Green Blue C M Y K H S L
Decimal 149 154 186 0.20 0.17 0 0.27 231.89 0.21 0.66
Hex 95 9A BA 14 11 0 1B E8 15 42
Octal 225 232 272 24 21 0 33 350 25 102
Binary 10010101 10011010 10111010 10100 10001 0 11011 11101000 10101 1000010

Color Harmonies of #959ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959ABA

Black with #959ABA

Text Example


Text Example

White with #959ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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