Html Css Color HEX #9468FB Light Slate Blue

📋 copy color: '#9468FB'

red 148 ◦ green 104 ◦ blue 251

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

Shades of Light Slate Blue #9468FB

Tints of Light Slate Blue #9468FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.9%

R = 29.42%
G = 20.68%
B = 49.9%

CMYK

 C value IS 0.41

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9468FB (or 0x9468FB) is known color: Light Slate Blue. HEX triplet: 94, 68 and FB. RGB value is (148,104,251). Sum of RGB (Red+Green+Blue) = 148+104+251=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #9468FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9468FB is #6B9704. Grayscale: #858585. Windows color (decimal): -7051013 or 16476308. OLE color: 16476308.

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

Color convert

RGB 148 104 251 -
CMYK 0.41 0.59 0 0.02
HSL 257.96º 0.95% 0.7% -
HSV(B) 257.96º 0.59% 0.98% -
XYZ 34.58 23.16 93.92 -
YUV 133.91 194.08 138.05 -
System Red Green Blue C M Y K H S L
Decimal 148 104 251 0.41 0.59 0 0.02 257.96 0.95 0.7
Hex 94 68 FB 29 3B 0 2 102 5F 46
Octal 224 150 373 51 73 0 2 402 137 106
Binary 10010100 1101000 11111011 101001 111011 0 10 100000010 1011111 1000110

Color Harmonies of #9468FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9468FB

Black with #9468FB

Text Example


Text Example

White with #9468FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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