Html Css Color HEX #9C69FA Light Slate Blue

📋 copy color: '#9C69FA'

red 156 ◦ green 105 ◦ blue 250

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

Shades of Light Slate Blue #9C69FA

Tints of Light Slate Blue #9C69FA

RGB

 RED value IS 156 (61.33% from 255) = 30.53%

 GREEN value IS 105 (41.41% from 255) = 20.55%

 BLUE value IS 250 (98.05% from 255) = 48.92%

R = 30.53%
G = 20.55%
B = 48.92%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9C69FA (or 0x9C69FA) is known color: Light Slate Blue. HEX triplet: 9C, 69 and FA. RGB value is (156,105,250). Sum of RGB (Red+Green+Blue) = 156+105+250=511 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.53% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C69FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C69FA is #639605. Grayscale: #888888. Windows color (decimal): -6526470 or 16411036. OLE color: 16411036.

HSL color Cylindrical-coordinate representation of color #9C69FA: hue angle of 261.1º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C69FA is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 156 105 250 -
CMYK 0.38 0.58 0 0.02
HSL 261.1º 0.94% 0.7% -
HSV(B) 261.1º 0.58% 0.98% -
XYZ 36.02 24.07 93.19 -
YUV 136.78 191.9 141.71 -
System Red Green Blue C M Y K H S L
Decimal 156 105 250 0.38 0.58 0 0.02 261.1 0.94 0.7
Hex 9C 69 FA 26 3A 0 2 105 5E 46
Octal 234 151 372 46 72 0 2 405 136 106
Binary 10011100 1101001 11111010 100110 111010 0 10 100000101 1011110 1000110

Color Harmonies of #9C69FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C69FA

Black with #9C69FA

Text Example


Text Example

White with #9C69FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C69FA; }

 p { color: rgb(156,105,250); }

 H1.HeaderClassName
 {
   color: #9C69FA;
 }
 .AnyTagClassName
 {
   color: #9C69FA;
 }
</style>

background-color css

<style>
 a { background-color: #9C69FA; }

 a { background-color: rgb(156,105,250); }

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

border-color css

<style>
 span { border-color: #9C69FA; }

 span { border-color: rgb(156,105,250); }

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