Html Css Color HEX #968FB9 Logan

📋 copy color: '#968FB9'

red 150 ◦ green 143 ◦ blue 185

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

Shades of Logan #968FB9

Tints of Logan #968FB9

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.92%

 BLUE value IS 185 (72.66% from 255) = 38.7%

R = 31.38%
G = 29.92%
B = 38.7%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#968FB9 (or 0x968FB9) is known color: Logan. HEX triplet: 96, 8F and B9. RGB value is (150,143,185). Sum of RGB (Red+Green+Blue) = 150+143+185=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 185 - color contains mainly: blue. Hex color #968FB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968FB9 is #697046. Grayscale: #959595. Windows color (decimal): -6910023 or 12160918. OLE color: 12160918.

HSL color Cylindrical-coordinate representation of color #968FB9: hue angle of 250º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #968FB9 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 143 185 -
CMYK 0.19 0.23 0 0.27
HSL 250º 0.23% 0.64% -
HSV(B) 250º 0.23% 0.73% -
XYZ 31.16 29.63 49.98 -
YUV 149.88 147.82 128.08 -
System Red Green Blue C M Y K H S L
Decimal 150 143 185 0.19 0.23 0 0.27 250 0.23 0.64
Hex 96 8F B9 13 17 0 1B FA 17 40
Octal 226 217 271 23 27 0 33 372 27 100
Binary 10010110 10001111 10111001 10011 10111 0 11011 11111010 10111 1000000

Color Harmonies of #968FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968FB9

Black with #968FB9

Text Example


Text Example

White with #968FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968FB9; }

 p { color: rgb(150,143,185); }

 H1.HeaderClassName
 {
   color: #968FB9;
 }
 .AnyTagClassName
 {
   color: #968FB9;
 }
</style>

background-color css

<style>
 a { background-color: #968FB9; }

 a { background-color: rgb(150,143,185); }

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

border-color css

<style>
 span { border-color: #968FB9; }

 span { border-color: rgb(150,143,185); }

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