Html Css Color HEX #9462FF Light Slate Blue

📋 copy color: '#9462FF'

red 148 ◦ green 98 ◦ blue 255

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

Shades of Light Slate Blue #9462FF

Tints of Light Slate Blue #9462FF

RGB

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

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

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

R = 29.54%
G = 19.56%
B = 50.9%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9462FF (or 0x9462FF) is known color: Light Slate Blue. HEX triplet: 94, 62 and FF. RGB value is (148,98,255). Sum of RGB (Red+Green+Blue) = 148+98+255=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #9462FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9462FF is #6B9D00. Grayscale: #828282. Windows color (decimal): -7052545 or 16736916. OLE color: 16736916.

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

Color convert

RGB 148 98 255 -
CMYK 0.42 0.62 0 0
HSL 259.11º 1% 0.69% -
HSV(B) 259.11º 0.62% 1% -
XYZ 34.63 22.25 97.08 -
YUV 130.85 198.07 140.23 -
System Red Green Blue C M Y K H S L
Decimal 148 98 255 0.42 0.62 0 0 259.11 1 0.69
Hex 94 62 FF 2A 3E 0 0 103 64 45
Octal 224 142 377 52 76 0 0 403 144 105
Binary 10010100 1100010 11111111 101010 111110 0 0 100000011 1100100 1000101

Color Harmonies of #9462FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9462FF

Black with #9462FF

Text Example


Text Example

White with #9462FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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