Html Css Color HEX #9765FE Light Slate Blue

📋 copy color: '#9765FE'

red 151 ◦ green 101 ◦ blue 254

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

Shades of Light Slate Blue #9765FE

Tints of Light Slate Blue #9765FE

RGB

 RED value IS 151 (59.38% from 255) = 29.84%

 GREEN value IS 101 (39.84% from 255) = 19.96%

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

R = 29.84%
G = 19.96%
B = 50.2%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9765FE (or 0x9765FE) is known color: Light Slate Blue. HEX triplet: 97, 65 and FE. RGB value is (151,101,254). Sum of RGB (Red+Green+Blue) = 151+101+254=506 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.84% from 506); Green value is 101 (39.84% from 255 or 19.96% 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 #9765FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9765FE is #689A01. Grayscale: #848484. Windows color (decimal): -6855170 or 16672151. OLE color: 16672151.

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

Color convert

RGB 151 101 254 -
CMYK 0.41 0.60 0 0.00
HSL 259.61º 0.99% 0.7% -
HSV(B) 259.61º 0.6% 1% -
XYZ 35.31 23.04 96.35 -
YUV 133.39 196.07 140.56 -
System Red Green Blue C M Y K H S L
Decimal 151 101 254 0.41 0.60 0 0.00 259.61 0.99 0.7
Hex 97 65 FE 29 3C 0 0 104 63 46
Octal 227 145 376 51 74 0 0 404 143 106
Binary 10010111 1100101 11111110 101001 111100 0 0 100000100 1100011 1000110

Color Harmonies of #9765FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9765FE

Black with #9765FE

Text Example


Text Example

White with #9765FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,101,254); }

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

background-color css

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

 a { background-color: rgb(151,101,254); }

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

border-color css

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

 span { border-color: rgb(151,101,254); }

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