Html Css Color HEX #9672FC Light Slate Blue

📋 copy color: '#9672FC'

red 150 ◦ green 114 ◦ blue 252

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

Shades of Light Slate Blue #9672FC

Tints of Light Slate Blue #9672FC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.09%

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

R = 29.07%
G = 22.09%
B = 48.84%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9672FC (or 0x9672FC) is known color: Light Slate Blue. HEX triplet: 96, 72 and FC. RGB value is (150,114,252). Sum of RGB (Red+Green+Blue) = 150+114+252=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #9672FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9672FC is #698D03. Grayscale: #8B8B8B. Windows color (decimal): -6917380 or 16544406. OLE color: 16544406.

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

Color convert

RGB 150 114 252 -
CMYK 0.40 0.55 0 0.01
HSL 255.65º 0.96% 0.72% -
HSV(B) 255.65º 0.55% 0.99% -
XYZ 36.17 25.55 95.12 -
YUV 140.5 190.93 134.78 -
System Red Green Blue C M Y K H S L
Decimal 150 114 252 0.40 0.55 0 0.01 255.65 0.96 0.72
Hex 96 72 FC 28 37 0 1 100 60 48
Octal 226 162 374 50 67 0 1 400 140 110
Binary 10010110 1110010 11111100 101000 110111 0 1 100000000 1100000 1001000

Color Harmonies of #9672FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9672FC

Black with #9672FC

Text Example


Text Example

White with #9672FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,114,252); }

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

background-color css

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

 a { background-color: rgb(150,114,252); }

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

border-color css

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

 span { border-color: rgb(150,114,252); }

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