Html Css Color HEX #97A6FB Perano

📋 copy color: '#97A6FB'

red 151 ◦ green 166 ◦ blue 251

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

Shades of Perano #97A6FB

Tints of Perano #97A6FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.19%

R = 26.58%
G = 29.23%
B = 44.19%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#97A6FB (or 0x97A6FB) is known color: Perano. HEX triplet: 97, A6 and FB. RGB value is (151,166,251). Sum of RGB (Red+Green+Blue) = 151+166+251=568 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.58% from 568); Green value is 166 (65.23% from 255 or 29.23% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #97A6FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97A6FB is #685904. Grayscale: #AAAAAA. Windows color (decimal): -6838533 or 16492183. OLE color: 16492183.

HSL color Cylindrical-coordinate representation of color #97A6FB: hue angle of 231º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97A6FB is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 166 251 -
CMYK 0.40 0.34 0 0.02
HSL 231º 0.93% 0.79% -
HSV(B) 231º 0.4% 0.98% -
XYZ 43.81 40.82 96.84 -
YUV 171.21 173.03 113.59 -
System Red Green Blue C M Y K H S L
Decimal 151 166 251 0.40 0.34 0 0.02 231 0.93 0.79
Hex 97 A6 FB 28 22 0 2 E7 5D 4F
Octal 227 246 373 50 42 0 2 347 135 117
Binary 10010111 10100110 11111011 101000 100010 0 10 11100111 1011101 1001111

Color Harmonies of #97A6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A6FB

Black with #97A6FB

Text Example


Text Example

White with #97A6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97A6FB; }

 p { color: rgb(151,166,251); }

 H1.HeaderClassName
 {
   color: #97A6FB;
 }
 .AnyTagClassName
 {
   color: #97A6FB;
 }
</style>

background-color css

<style>
 a { background-color: #97A6FB; }

 a { background-color: rgb(151,166,251); }

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

border-color css

<style>
 span { border-color: #97A6FB; }

 span { border-color: rgb(151,166,251); }

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