Html Css Color HEX #9B9EFD Perano

📋 copy color: '#9B9EFD'

red 155 ◦ green 158 ◦ blue 253

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

Shades of Perano #9B9EFD

Tints of Perano #9B9EFD

RGB

 RED value IS 155 (60.94% from 255) = 27.39%

 GREEN value IS 158 (62.11% from 255) = 27.92%

 BLUE value IS 253 (99.22% from 255) = 44.7%

R = 27.39%
G = 27.92%
B = 44.7%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9B9EFD (or 0x9B9EFD) is known color: Perano. HEX triplet: 9B, 9E and FD. RGB value is (155,158,253). Sum of RGB (Red+Green+Blue) = 155+158+253=566 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.39% from 566); Green value is 158 (62.11% from 255 or 27.92% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #9B9EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9EFD is #646102. Grayscale: #A7A7A7. Windows color (decimal): -6578435 or 16621211. OLE color: 16621211.

HSL color Cylindrical-coordinate representation of color #9B9EFD: hue angle of 238.16º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B9EFD is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 155 158 253 -
CMYK 0.39 0.38 0 0.01
HSL 238.16º 0.96% 0.8% -
HSV(B) 238.16º 0.39% 0.99% -
XYZ 43.47 38.51 98.07 -
YUV 167.93 176.01 118.78 -
System Red Green Blue C M Y K H S L
Decimal 155 158 253 0.39 0.38 0 0.01 238.16 0.96 0.8
Hex 9B 9E FD 27 26 0 1 EE 60 50
Octal 233 236 375 47 46 0 1 356 140 120
Binary 10011011 10011110 11111101 100111 100110 0 1 11101110 1100000 1010000

Color Harmonies of #9B9EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9EFD

Black with #9B9EFD

Text Example


Text Example

White with #9B9EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B9EFD; }

 p { color: rgb(155,158,253); }

 H1.HeaderClassName
 {
   color: #9B9EFD;
 }
 .AnyTagClassName
 {
   color: #9B9EFD;
 }
</style>

background-color css

<style>
 a { background-color: #9B9EFD; }

 a { background-color: rgb(155,158,253); }

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

border-color css

<style>
 span { border-color: #9B9EFD; }

 span { border-color: rgb(155,158,253); }

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