Html Css Color HEX #969BBC Logan

📋 copy color: '#969BBC'

red 150 ◦ green 155 ◦ blue 188

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

Shades of Logan #969BBC

Tints of Logan #969BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.13%

R = 30.43%
G = 31.44%
B = 38.13%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#969BBC (or 0x969BBC) is known color: Logan. HEX triplet: 96, 9B and BC. RGB value is (150,155,188). Sum of RGB (Red+Green+Blue) = 150+155+188=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #969BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969BBC is #696443. Grayscale: #9D9D9D. Windows color (decimal): -6906948 or 12360598. OLE color: 12360598.

HSL color Cylindrical-coordinate representation of color #969BBC: hue angle of 232.11º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #969BBC is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 155 188 -
CMYK 0.20 0.18 0 0.26
HSL 232.11º 0.22% 0.66% -
HSV(B) 232.11º 0.2% 0.74% -
XYZ 33.38 33.56 52.3 -
YUV 157.27 145.34 122.82 -
System Red Green Blue C M Y K H S L
Decimal 150 155 188 0.20 0.18 0 0.26 232.11 0.22 0.66
Hex 96 9B BC 14 12 0 1A E8 16 42
Octal 226 233 274 24 22 0 32 350 26 102
Binary 10010110 10011011 10111100 10100 10010 0 11010 11101000 10110 1000010

Color Harmonies of #969BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969BBC

Black with #969BBC

Text Example


Text Example

White with #969BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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