Html Css Color HEX #989FFE Perano

📋 copy color: '#989FFE'

red 152 ◦ green 159 ◦ blue 254

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

Shades of Perano #989FFE

Tints of Perano #989FFE

RGB

 RED value IS 152 (59.77% from 255) = 26.9%

 GREEN value IS 159 (62.5% from 255) = 28.14%

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

R = 26.9%
G = 28.14%
B = 44.96%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#989FFE (or 0x989FFE) is known color: Perano. HEX triplet: 98, 9F and FE. RGB value is (152,159,254). Sum of RGB (Red+Green+Blue) = 152+159+254=565 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.90% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #989FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989FFE is #676001. Grayscale: #A7A7A7. Windows color (decimal): -6774786 or 16687000. OLE color: 16687000.

HSL color Cylindrical-coordinate representation of color #989FFE: hue angle of 235.88º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #989FFE is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 152 159 254 -
CMYK 0.40 0.37 0 0.00
HSL 235.88º 0.98% 0.8% -
HSV(B) 235.88º 0.4% 1% -
XYZ 43.24 38.63 98.94 -
YUV 167.74 176.68 116.78 -
System Red Green Blue C M Y K H S L
Decimal 152 159 254 0.40 0.37 0 0.00 235.88 0.98 0.8
Hex 98 9F FE 28 25 0 0 EC 62 50
Octal 230 237 376 50 45 0 0 354 142 120
Binary 10011000 10011111 11111110 101000 100101 0 0 11101100 1100010 1010000

Color Harmonies of #989FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989FFE

Black with #989FFE

Text Example


Text Example

White with #989FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989FFE; }

 p { color: rgb(152,159,254); }

 H1.HeaderClassName
 {
   color: #989FFE;
 }
 .AnyTagClassName
 {
   color: #989FFE;
 }
</style>

background-color css

<style>
 a { background-color: #989FFE; }

 a { background-color: rgb(152,159,254); }

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

border-color css

<style>
 span { border-color: #989FFE; }

 span { border-color: rgb(152,159,254); }

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