Html Css Color HEX #98A6EF Perano

📋 copy color: '#98A6EF'

red 152 ◦ green 166 ◦ blue 239

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

Shades of Perano #98A6EF

Tints of Perano #98A6EF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.8%

 BLUE value IS 239 (93.75% from 255) = 42.91%

R = 27.29%
G = 29.8%
B = 42.91%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#98A6EF (or 0x98A6EF) is known color: Perano. HEX triplet: 98, A6 and EF. RGB value is (152,166,239). Sum of RGB (Red+Green+Blue) = 152+166+239=557 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.29% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #98A6EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A6EF is #675910. Grayscale: #A9A9A9. Windows color (decimal): -6773009 or 15705752. OLE color: 15705752.

HSL color Cylindrical-coordinate representation of color #98A6EF: hue angle of 230.34º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98A6EF is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 152 166 239 -
CMYK 0.36 0.31 0 0.06
HSL 230.34º 0.73% 0.77% -
HSV(B) 230.34º 0.36% 0.94% -
XYZ 42.17 40.18 87.19 -
YUV 170.14 166.86 115.06 -
System Red Green Blue C M Y K H S L
Decimal 152 166 239 0.36 0.31 0 0.06 230.34 0.73 0.77
Hex 98 A6 EF 24 1F 0 6 E6 49 4D
Octal 230 246 357 44 37 0 6 346 111 115
Binary 10011000 10100110 11101111 100100 11111 0 110 11100110 1001001 1001101

Color Harmonies of #98A6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A6EF

Black with #98A6EF

Text Example


Text Example

White with #98A6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98A6EF; }

 p { color: rgb(152,166,239); }

 H1.HeaderClassName
 {
   color: #98A6EF;
 }
 .AnyTagClassName
 {
   color: #98A6EF;
 }
</style>

background-color css

<style>
 a { background-color: #98A6EF; }

 a { background-color: rgb(152,166,239); }

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

border-color css

<style>
 span { border-color: #98A6EF; }

 span { border-color: rgb(152,166,239); }

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