Html Css Color HEX #9C69FB Light Slate Blue

📋 copy color: '#9C69FB'

red 156 ◦ green 105 ◦ blue 251

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

Shades of Light Slate Blue #9C69FB

Tints of Light Slate Blue #9C69FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.02%

R = 30.47%
G = 20.51%
B = 49.02%

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

#9C69FB (or 0x9C69FB) is known color: Light Slate Blue. HEX triplet: 9C, 69 and FB. RGB value is (156,105,251). Sum of RGB (Red+Green+Blue) = 156+105+251=512 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.47% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C69FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C69FB is #639604. Grayscale: #888888. Windows color (decimal): -6526469 or 16476572. OLE color: 16476572.

HSL color Cylindrical-coordinate representation of color #9C69FB: hue angle of 260.96º degrees, saturation: 0.95, 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 #9C69FB is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 156 105 251 -
CMYK 0.38 0.58 0 0.02
HSL 260.96º 0.95% 0.7% -
HSV(B) 260.96º 0.58% 0.98% -
XYZ 36.17 24.14 94.02 -
YUV 136.89 192.4 141.63 -
System Red Green Blue C M Y K H S L
Decimal 156 105 251 0.38 0.58 0 0.02 260.96 0.95 0.7
Hex 9C 69 FB 26 3A 0 2 105 5F 46
Octal 234 151 373 46 72 0 2 405 137 106
Binary 10011100 1101001 11111011 100110 111010 0 10 100000101 1011111 1000110

Color Harmonies of #9C69FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C69FB

Black with #9C69FB

Text Example


Text Example

White with #9C69FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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