Html Css Color HEX #959BBA Logan

📋 copy color: '#959BBA'

red 149 ◦ green 155 ◦ blue 186

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

Shades of Logan #959BBA

Tints of Logan #959BBA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.63%

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

R = 30.41%
G = 31.63%
B = 37.96%

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

#959BBA (or 0x959BBA) is known color: Logan. HEX triplet: 95, 9B and BA. RGB value is (149,155,186). Sum of RGB (Red+Green+Blue) = 149+155+186=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #959BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959BBA is #6A6445. Grayscale: #9C9C9C. Windows color (decimal): -6972486 or 12229525. OLE color: 12229525.

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

Color convert

RGB 149 155 186 -
CMYK 0.20 0.17 0 0.27
HSL 230.27º 0.21% 0.66% -
HSV(B) 230.27º 0.2% 0.73% -
XYZ 32.98 33.38 51.16 -
YUV 156.74 144.51 122.48 -
System Red Green Blue C M Y K H S L
Decimal 149 155 186 0.20 0.17 0 0.27 230.27 0.21 0.66
Hex 95 9B BA 14 11 0 1B E6 15 42
Octal 225 233 272 24 21 0 33 346 25 102
Binary 10010101 10011011 10111010 10100 10001 0 11011 11100110 10101 1000010

Color Harmonies of #959BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959BBA

Black with #959BBA

Text Example


Text Example

White with #959BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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