Html Css Color HEX #9066FD Light Slate Blue

📋 copy color: '#9066FD'

red 144 ◦ green 102 ◦ blue 253

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

Shades of Light Slate Blue #9066FD

Tints of Light Slate Blue #9066FD

RGB

 RED value IS 144 (56.64% from 255) = 28.86%

 GREEN value IS 102 (40.23% from 255) = 20.44%

 BLUE value IS 253 (99.22% from 255) = 50.7%

R = 28.86%
G = 20.44%
B = 50.7%

CMYK

 C value IS 0.43

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9066FD (or 0x9066FD) is known color: Light Slate Blue. HEX triplet: 90, 66 and FD. RGB value is (144,102,253). Sum of RGB (Red+Green+Blue) = 144+102+253=499 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.86% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #9066FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9066FD is #6F9902. Grayscale: #838383. Windows color (decimal): -7313667 or 16606864. OLE color: 16606864.

HSL color Cylindrical-coordinate representation of color #9066FD: hue angle of 256.69º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9066FD is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 144 102 253 -
CMYK 0.43 0.60 0 0.01
HSL 256.69º 0.97% 0.7% -
HSV(B) 256.69º 0.6% 0.99% -
XYZ 33.98 22.52 95.48 -
YUV 131.77 196.41 136.72 -
System Red Green Blue C M Y K H S L
Decimal 144 102 253 0.43 0.60 0 0.01 256.69 0.97 0.7
Hex 90 66 FD 2B 3C 0 1 101 61 46
Octal 220 146 375 53 74 0 1 401 141 106
Binary 10010000 1100110 11111101 101011 111100 0 1 100000001 1100001 1000110

Color Harmonies of #9066FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9066FD

Black with #9066FD

Text Example


Text Example

White with #9066FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9066FD; }

 p { color: rgb(144,102,253); }

 H1.HeaderClassName
 {
   color: #9066FD;
 }
 .AnyTagClassName
 {
   color: #9066FD;
 }
</style>

background-color css

<style>
 a { background-color: #9066FD; }

 a { background-color: rgb(144,102,253); }

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

border-color css

<style>
 span { border-color: #9066FD; }

 span { border-color: rgb(144,102,253); }

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