Html Css Color HEX #98A7EF Perano

📋 copy color: '#98A7EF'

red 152 ◦ green 167 ◦ blue 239

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

Shades of Perano #98A7EF

Tints of Perano #98A7EF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.93%

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

R = 27.24%
G = 29.93%
B = 42.83%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#98A7EF (or 0x98A7EF) is known color: Perano. HEX triplet: 98, A7 and EF. RGB value is (152,167,239). Sum of RGB (Red+Green+Blue) = 152+167+239=558 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.24% from 558); Green value is 167 (65.62% from 255 or 29.93% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #98A7EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A7EF is #675810. Grayscale: #AAAAAA. Windows color (decimal): -6772753 or 15706008. OLE color: 15706008.

HSL color Cylindrical-coordinate representation of color #98A7EF: hue angle of 229.66º 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 #98A7EF is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 152 167 239 -
CMYK 0.36 0.30 0 0.06
HSL 229.66º 0.73% 0.77% -
HSV(B) 229.66º 0.36% 0.94% -
XYZ 42.35 40.54 87.26 -
YUV 170.72 166.53 114.65 -
System Red Green Blue C M Y K H S L
Decimal 152 167 239 0.36 0.30 0 0.06 229.66 0.73 0.77
Hex 98 A7 EF 24 1E 0 6 E6 49 4D
Octal 230 247 357 44 36 0 6 346 111 115
Binary 10011000 10100111 11101111 100100 11110 0 110 11100110 1001001 1001101

Color Harmonies of #98A7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A7EF

Black with #98A7EF

Text Example


Text Example

White with #98A7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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