Html Css Color HEX #968FB6 Logan

📋 copy color: '#968FB6'

red 150 ◦ green 143 ◦ blue 182

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

Shades of Logan #968FB6

Tints of Logan #968FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.32%

R = 31.58%
G = 30.11%
B = 38.32%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#968FB6 (or 0x968FB6) is known color: Logan. HEX triplet: 96, 8F and B6. RGB value is (150,143,182). Sum of RGB (Red+Green+Blue) = 150+143+182=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 182 - color contains mainly: blue. Hex color #968FB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968FB6 is #697049. Grayscale: #959595. Windows color (decimal): -6910026 or 11964310. OLE color: 11964310.

HSL color Cylindrical-coordinate representation of color #968FB6: hue angle of 250.77º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #968FB6 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 143 182 -
CMYK 0.18 0.21 0 0.29
HSL 250.77º 0.21% 0.64% -
HSV(B) 250.77º 0.21% 0.71% -
XYZ 30.84 29.51 48.33 -
YUV 149.54 146.32 128.33 -
System Red Green Blue C M Y K H S L
Decimal 150 143 182 0.18 0.21 0 0.29 250.77 0.21 0.64
Hex 96 8F B6 12 15 0 1D FB 15 40
Octal 226 217 266 22 25 0 35 373 25 100
Binary 10010110 10001111 10110110 10010 10101 0 11101 11111011 10101 1000000

Color Harmonies of #968FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968FB6

Black with #968FB6

Text Example


Text Example

White with #968FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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