Html Css Color HEX #9567F6 Light Slate Blue

📋 copy color: '#9567F6'

red 149 ◦ green 103 ◦ blue 246

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

Shades of Light Slate Blue #9567F6

Tints of Light Slate Blue #9567F6

RGB

 RED value IS 149 (58.59% from 255) = 29.92%

 GREEN value IS 103 (40.63% from 255) = 20.68%

 BLUE value IS 246 (96.48% from 255) = 49.4%

R = 29.92%
G = 20.68%
B = 49.4%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9567F6 (or 0x9567F6) is known color: Light Slate Blue. HEX triplet: 95, 67 and F6. RGB value is (149,103,246). Sum of RGB (Red+Green+Blue) = 149+103+246=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 246 (96.48% from 255 or 49.40% from 498); Max value from RGB is 246 - color contains mainly: blue. Hex color #9567F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9567F6 is #6A9809. Grayscale: #848484. Windows color (decimal): -6985738 or 16148373. OLE color: 16148373.

HSL color Cylindrical-coordinate representation of color #9567F6: hue angle of 259.3º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9567F6 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 149 103 246 -
CMYK 0.39 0.58 0 0.04
HSL 259.3º 0.89% 0.68% -
HSV(B) 259.3º 0.58% 0.96% -
XYZ 33.88 22.74 89.79 -
YUV 133.06 191.74 139.37 -
System Red Green Blue C M Y K H S L
Decimal 149 103 246 0.39 0.58 0 0.04 259.3 0.89 0.68
Hex 95 67 F6 27 3A 0 4 103 59 44
Octal 225 147 366 47 72 0 4 403 131 104
Binary 10010101 1100111 11110110 100111 111010 0 100 100000011 1011001 1000100

Color Harmonies of #9567F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9567F6

Black with #9567F6

Text Example


Text Example

White with #9567F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9567F6; }

 p { color: rgb(149,103,246); }

 H1.HeaderClassName
 {
   color: #9567F6;
 }
 .AnyTagClassName
 {
   color: #9567F6;
 }
</style>

background-color css

<style>
 a { background-color: #9567F6; }

 a { background-color: rgb(149,103,246); }

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

border-color css

<style>
 span { border-color: #9567F6; }

 span { border-color: rgb(149,103,246); }

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