Html Css Color HEX #969ABB Logan

📋 copy color: '#969ABB'

red 150 ◦ green 154 ◦ blue 187

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

Shades of Logan #969ABB

Tints of Logan #969ABB

RGB

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

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

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

R = 30.55%
G = 31.36%
B = 38.09%

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

#969ABB (or 0x969ABB) is known color: Logan. HEX triplet: 96, 9A and BB. RGB value is (150,154,187). Sum of RGB (Red+Green+Blue) = 150+154+187=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #969ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969ABB is #696544. Grayscale: #9C9C9C. Windows color (decimal): -6907205 or 12294806. OLE color: 12294806.

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

Color convert

RGB 150 154 187 -
CMYK 0.20 0.18 0 0.27
HSL 233.51º 0.21% 0.66% -
HSV(B) 233.51º 0.2% 0.73% -
XYZ 33.1 33.18 51.67 -
YUV 156.57 145.17 123.32 -
System Red Green Blue C M Y K H S L
Decimal 150 154 187 0.20 0.18 0 0.27 233.51 0.21 0.66
Hex 96 9A BB 14 12 0 1B EA 15 42
Octal 226 232 273 24 22 0 33 352 25 102
Binary 10010110 10011010 10111011 10100 10010 0 11011 11101010 10101 1000010

Color Harmonies of #969ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969ABB

Black with #969ABB

Text Example


Text Example

White with #969ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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