Html Css Color HEX #9468FF Light Slate Blue

📋 copy color: '#9468FF'

red 148 ◦ green 104 ◦ blue 255

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

Shades of Light Slate Blue #9468FF

Tints of Light Slate Blue #9468FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.3%

R = 29.19%
G = 20.51%
B = 50.3%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9468FF (or 0x9468FF) is known color: Light Slate Blue. HEX triplet: 94, 68 and FF. RGB value is (148,104,255). Sum of RGB (Red+Green+Blue) = 148+104+255=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #9468FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9468FF is #6B9700. Grayscale: #858585. Windows color (decimal): -7051009 or 16738452. OLE color: 16738452.

HSL color Cylindrical-coordinate representation of color #9468FF: hue angle of 257.48º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9468FF is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 148 104 255 -
CMYK 0.42 0.59 0 0
HSL 257.48º 1% 0.7% -
HSV(B) 257.48º 0.59% 1% -
XYZ 35.21 23.42 97.27 -
YUV 134.37 196.08 137.72 -
System Red Green Blue C M Y K H S L
Decimal 148 104 255 0.42 0.59 0 0 257.48 1 0.7
Hex 94 68 FF 2A 3B 0 0 101 64 46
Octal 224 150 377 52 73 0 0 401 144 106
Binary 10010100 1101000 11111111 101010 111011 0 0 100000001 1100100 1000110

Color Harmonies of #9468FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9468FF

Black with #9468FF

Text Example


Text Example

White with #9468FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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