Html Css Color HEX #93B7FA Perano

📋 copy color: '#93B7FA'

red 147 ◦ green 183 ◦ blue 250

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

Shades of Perano #93B7FA

Tints of Perano #93B7FA

RGB

 RED value IS 147 (57.81% from 255) = 25.34%

 GREEN value IS 183 (71.88% from 255) = 31.55%

 BLUE value IS 250 (98.05% from 255) = 43.1%

R = 25.34%
G = 31.55%
B = 43.1%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#93B7FA (or 0x93B7FA) is known color: Perano. HEX triplet: 93, B7 and FA. RGB value is (147,183,250). Sum of RGB (Red+Green+Blue) = 147+183+250=580 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.34% from 580); Green value is 183 (71.88% from 255 or 31.55% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #93B7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93B7FA is #6C4805. Grayscale: #B3B3B3. Windows color (decimal): -7096326 or 16430995. OLE color: 16430995.

HSL color Cylindrical-coordinate representation of color #93B7FA: hue angle of 219.03º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93B7FA is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 183 250 -
CMYK 0.41 0.27 0 0.02
HSL 219.03º 0.91% 0.78% -
HSV(B) 219.03º 0.41% 0.98% -
XYZ 46.22 46.97 97.07 -
YUV 179.87 167.57 104.55 -
System Red Green Blue C M Y K H S L
Decimal 147 183 250 0.41 0.27 0 0.02 219.03 0.91 0.78
Hex 93 B7 FA 29 1B 0 2 DB 5B 4E
Octal 223 267 372 51 33 0 2 333 133 116
Binary 10010011 10110111 11111010 101001 11011 0 10 11011011 1011011 1001110

Color Harmonies of #93B7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B7FA

Black with #93B7FA

Text Example


Text Example

White with #93B7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93B7FA; }

 p { color: rgb(147,183,250); }

 H1.HeaderClassName
 {
   color: #93B7FA;
 }
 .AnyTagClassName
 {
   color: #93B7FA;
 }
</style>

background-color css

<style>
 a { background-color: #93B7FA; }

 a { background-color: rgb(147,183,250); }

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

border-color css

<style>
 span { border-color: #93B7FA; }

 span { border-color: rgb(147,183,250); }

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