Html Css Color HEX #969ABA Logan

📋 copy color: '#969ABA'

red 150 ◦ green 154 ◦ blue 186

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

Shades of Logan #969ABA

Tints of Logan #969ABA

RGB

 RED value IS 150 (58.98% from 255) = 30.61%

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

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

R = 30.61%
G = 31.43%
B = 37.96%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#969ABA (or 0x969ABA) is known color: Logan. HEX triplet: 96, 9A and BA. RGB value is (150,154,186). Sum of RGB (Red+Green+Blue) = 150+154+186=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 154 (60.55% from 255 or 31.43% 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 #969ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969ABA is #696545. Grayscale: #9C9C9C. Windows color (decimal): -6907206 or 12229270. OLE color: 12229270.

HSL color Cylindrical-coordinate representation of color #969ABA: hue angle of 233.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #969ABA is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 154 186 -
CMYK 0.19 0.17 0 0.27
HSL 233.33º 0.21% 0.66% -
HSV(B) 233.33º 0.19% 0.73% -
XYZ 33 33.14 51.11 -
YUV 156.45 144.67 123.4 -
System Red Green Blue C M Y K H S L
Decimal 150 154 186 0.19 0.17 0 0.27 233.33 0.21 0.66
Hex 96 9A BA 13 11 0 1B E9 15 42
Octal 226 232 272 23 21 0 33 351 25 102
Binary 10010110 10011010 10111010 10011 10001 0 11011 11101001 10101 1000010

Color Harmonies of #969ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969ABA

Black with #969ABA

Text Example


Text Example

White with #969ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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