Html Css Color HEX #969BBA Logan

📋 copy color: '#969BBA'

red 150 ◦ green 155 ◦ blue 186

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

Shades of Logan #969BBA

Tints of Logan #969BBA

RGB

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

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

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

R = 30.55%
G = 31.57%
B = 37.88%

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

#969BBA (or 0x969BBA) is known color: Logan. HEX triplet: 96, 9B and BA. RGB value is (150,155,186). Sum of RGB (Red+Green+Blue) = 150+155+186=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #969BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969BBA is #696445. Grayscale: #9C9C9C. Windows color (decimal): -6906950 or 12229526. OLE color: 12229526.

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

Color convert

RGB 150 155 186 -
CMYK 0.19 0.17 0 0.27
HSL 231.67º 0.21% 0.66% -
HSV(B) 231.67º 0.19% 0.73% -
XYZ 33.16 33.47 51.17 -
YUV 157.04 144.34 122.98 -
System Red Green Blue C M Y K H S L
Decimal 150 155 186 0.19 0.17 0 0.27 231.67 0.21 0.66
Hex 96 9B BA 13 11 0 1B E8 15 42
Octal 226 233 272 23 21 0 33 350 25 102
Binary 10010110 10011011 10111010 10011 10001 0 11011 11101000 10101 1000010

Color Harmonies of #969BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969BBA

Black with #969BBA

Text Example


Text Example

White with #969BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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