Html Css Color HEX #969ABC Logan

📋 copy color: '#969ABC'

red 150 ◦ green 154 ◦ blue 188

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

Shades of Logan #969ABC

Tints of Logan #969ABC

RGB

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

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

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

R = 30.49%
G = 31.3%
B = 38.21%

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

#969ABC (or 0x969ABC) is known color: Logan. HEX triplet: 96, 9A and BC. RGB value is (150,154,188). Sum of RGB (Red+Green+Blue) = 150+154+188=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #969ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969ABC is #696543. Grayscale: #9C9C9C. Windows color (decimal): -6907204 or 12360342. OLE color: 12360342.

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

Color convert

RGB 150 154 188 -
CMYK 0.20 0.18 0 0.26
HSL 233.68º 0.22% 0.66% -
HSV(B) 233.68º 0.2% 0.74% -
XYZ 33.21 33.23 52.24 -
YUV 156.68 145.67 123.24 -
System Red Green Blue C M Y K H S L
Decimal 150 154 188 0.20 0.18 0 0.26 233.68 0.22 0.66
Hex 96 9A BC 14 12 0 1A EA 16 42
Octal 226 232 274 24 22 0 32 352 26 102
Binary 10010110 10011010 10111100 10100 10010 0 11010 11101010 10110 1000010

Color Harmonies of #969ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969ABC

Black with #969ABC

Text Example


Text Example

White with #969ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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