Html Css Color HEX #969BB4 Logan

📋 copy color: '#969BB4'

red 150 ◦ green 155 ◦ blue 180

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

Shades of Logan #969BB4

Tints of Logan #969BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.11%

R = 30.93%
G = 31.96%
B = 37.11%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#969BB4 (or 0x969BB4) is known color: Logan. HEX triplet: 96, 9B and B4. RGB value is (150,155,180). Sum of RGB (Red+Green+Blue) = 150+155+180=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 180 - color contains mainly: blue. Hex color #969BB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969BB4 is #69644B. Grayscale: #9C9C9C. Windows color (decimal): -6906956 or 11836310. OLE color: 11836310.

HSL color Cylindrical-coordinate representation of color #969BB4: hue angle of 230º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #969BB4 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 155 180 -
CMYK 0.17 0.14 0 0.29
HSL 230º 0.17% 0.65% -
HSV(B) 230º 0.17% 0.71% -
XYZ 32.54 33.22 47.88 -
YUV 156.36 141.34 123.47 -
System Red Green Blue C M Y K H S L
Decimal 150 155 180 0.17 0.14 0 0.29 230 0.17 0.65
Hex 96 9B B4 11 E 0 1D E6 11 41
Octal 226 233 264 21 16 0 35 346 21 101
Binary 10010110 10011011 10110100 10001 1110 0 11101 11100110 10001 1000001

Color Harmonies of #969BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969BB4

Black with #969BB4

Text Example


Text Example

White with #969BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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