Html Css Color HEX #9468FE Light Slate Blue

📋 copy color: '#9468FE'

red 148 ◦ green 104 ◦ blue 254

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

Shades of Light Slate Blue #9468FE

Tints of Light Slate Blue #9468FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.2%

R = 29.25%
G = 20.55%
B = 50.2%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9468FE (or 0x9468FE) is known color: Light Slate Blue. HEX triplet: 94, 68 and FE. RGB value is (148,104,254). Sum of RGB (Red+Green+Blue) = 148+104+254=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #9468FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9468FE is #6B9701. Grayscale: #858585. Windows color (decimal): -7051010 or 16672916. OLE color: 16672916.

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

Color convert

RGB 148 104 254 -
CMYK 0.42 0.59 0 0.00
HSL 257.6º 0.99% 0.7% -
HSV(B) 257.6º 0.59% 1% -
XYZ 35.05 23.35 96.43 -
YUV 134.26 195.58 137.8 -
System Red Green Blue C M Y K H S L
Decimal 148 104 254 0.42 0.59 0 0.00 257.6 0.99 0.7
Hex 94 68 FE 2A 3B 0 0 102 63 46
Octal 224 150 376 52 73 0 0 402 143 106
Binary 10010100 1101000 11111110 101010 111011 0 0 100000010 1100011 1000110

Color Harmonies of #9468FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9468FE

Black with #9468FE

Text Example


Text Example

White with #9468FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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