Html Css Color HEX #9468FD Light Slate Blue

📋 copy color: '#9468FD'

red 148 ◦ green 104 ◦ blue 253

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

Shades of Light Slate Blue #9468FD

Tints of Light Slate Blue #9468FD

RGB

 RED value IS 148 (58.2% from 255) = 29.31%

 GREEN value IS 104 (41.02% from 255) = 20.59%

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

R = 29.31%
G = 20.59%
B = 50.1%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9468FD (or 0x9468FD) is known color: Light Slate Blue. HEX triplet: 94, 68 and FD. RGB value is (148,104,253). Sum of RGB (Red+Green+Blue) = 148+104+253=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #9468FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9468FD is #6B9702. Grayscale: #858585. Windows color (decimal): -7051011 or 16607380. OLE color: 16607380.

HSL color Cylindrical-coordinate representation of color #9468FD: hue angle of 257.72º degrees, saturation: 0.97, 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 #9468FD is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 104 253 -
CMYK 0.42 0.59 0 0.01
HSL 257.72º 0.97% 0.7% -
HSV(B) 257.72º 0.59% 0.99% -
XYZ 34.89 23.29 95.58 -
YUV 134.14 195.08 137.88 -
System Red Green Blue C M Y K H S L
Decimal 148 104 253 0.42 0.59 0 0.01 257.72 0.97 0.7
Hex 94 68 FD 2A 3B 0 1 102 61 46
Octal 224 150 375 52 73 0 1 402 141 106
Binary 10010100 1101000 11111101 101010 111011 0 1 100000010 1100001 1000110

Color Harmonies of #9468FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9468FD

Black with #9468FD

Text Example


Text Example

White with #9468FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,104,253); }

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

background-color css

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

 a { background-color: rgb(148,104,253); }

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

border-color css

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

 span { border-color: rgb(148,104,253); }

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