Html Css Color HEX #9462FA Light Slate Blue

📋 copy color: '#9462FA'

red 148 ◦ green 98 ◦ blue 250

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

Shades of Light Slate Blue #9462FA

Tints of Light Slate Blue #9462FA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.76%

 BLUE value IS 250 (98.05% from 255) = 50.4%

R = 29.84%
G = 19.76%
B = 50.4%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9462FA (or 0x9462FA) is known color: Light Slate Blue. HEX triplet: 94, 62 and FA. RGB value is (148,98,250). Sum of RGB (Red+Green+Blue) = 148+98+250=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 98 (38.67% from 255 or 19.76% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #9462FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9462FA is #6B9D05. Grayscale: #818181. Windows color (decimal): -7052550 or 16409236. OLE color: 16409236.

HSL color Cylindrical-coordinate representation of color #9462FA: hue angle of 259.74º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9462FA is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 98 250 -
CMYK 0.41 0.61 0 0.02
HSL 259.74º 0.94% 0.68% -
HSV(B) 259.74º 0.61% 0.98% -
XYZ 33.84 21.93 92.89 -
YUV 130.28 195.57 140.64 -
System Red Green Blue C M Y K H S L
Decimal 148 98 250 0.41 0.61 0 0.02 259.74 0.94 0.68
Hex 94 62 FA 29 3D 0 2 104 5E 44
Octal 224 142 372 51 75 0 2 404 136 104
Binary 10010100 1100010 11111010 101001 111101 0 10 100000100 1011110 1000100

Color Harmonies of #9462FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9462FA

Black with #9462FA

Text Example


Text Example

White with #9462FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9462FA; }

 p { color: rgb(148,98,250); }

 H1.HeaderClassName
 {
   color: #9462FA;
 }
 .AnyTagClassName
 {
   color: #9462FA;
 }
</style>

background-color css

<style>
 a { background-color: #9462FA; }

 a { background-color: rgb(148,98,250); }

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

border-color css

<style>
 span { border-color: #9462FA; }

 span { border-color: rgb(148,98,250); }

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