Html Css Color HEX #9567FC Light Slate Blue

📋 copy color: '#9567FC'

red 149 ◦ green 103 ◦ blue 252

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

Shades of Light Slate Blue #9567FC

Tints of Light Slate Blue #9567FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50%

R = 29.56%
G = 20.44%
B = 50%

CMYK

 C value IS 0.41

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9567FC (or 0x9567FC) is known color: Light Slate Blue. HEX triplet: 95, 67 and FC. RGB value is (149,103,252). Sum of RGB (Red+Green+Blue) = 149+103+252=504 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.56% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #9567FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9567FC is #6A9803. Grayscale: #858585. Windows color (decimal): -6985732 or 16541589. OLE color: 16541589.

HSL color Cylindrical-coordinate representation of color #9567FC: hue angle of 258.52º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9567FC is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 103 252 -
CMYK 0.41 0.59 0 0.01
HSL 258.52º 0.96% 0.7% -
HSV(B) 258.52º 0.59% 0.99% -
XYZ 34.82 23.12 94.72 -
YUV 133.74 194.74 138.88 -
System Red Green Blue C M Y K H S L
Decimal 149 103 252 0.41 0.59 0 0.01 258.52 0.96 0.7
Hex 95 67 FC 29 3B 0 1 103 60 46
Octal 225 147 374 51 73 0 1 403 140 106
Binary 10010101 1100111 11111100 101001 111011 0 1 100000011 1100000 1000110

Color Harmonies of #9567FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9567FC

Black with #9567FC

Text Example


Text Example

White with #9567FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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