Html Css Color HEX #758BD4 Portage

📋 copy color: '#758BD4'

red 117 ◦ green 139 ◦ blue 212

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

Shades of Portage #758BD4

Tints of Portage #758BD4

RGB

 RED value IS 117 (46.09% from 255) = 25%

 GREEN value IS 139 (54.69% from 255) = 29.7%

 BLUE value IS 212 (83.2% from 255) = 45.3%

R = 25%
G = 29.7%
B = 45.3%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#758BD4 (or 0x758BD4) is known color: Portage. HEX triplet: 75, 8B and D4. RGB value is (117,139,212). Sum of RGB (Red+Green+Blue) = 117+139+212=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 212 - color contains mainly: blue. Hex color #758BD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758BD4 is #8A742B. Grayscale: #8C8C8C. Windows color (decimal): -9073708 or 13929333. OLE color: 13929333.

HSL color Cylindrical-coordinate representation of color #758BD4: hue angle of 226.11º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #758BD4 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 139 212 -
CMYK 0.45 0.34 0 0.17
HSL 226.11º 0.52% 0.65% -
HSV(B) 226.11º 0.45% 0.83% -
XYZ 28.45 27 66 -
YUV 140.74 168.21 111.06 -
System Red Green Blue C M Y K H S L
Decimal 117 139 212 0.45 0.34 0 0.17 226.11 0.52 0.65
Hex 75 8B D4 2D 22 0 11 E2 34 41
Octal 165 213 324 55 42 0 21 342 64 101
Binary 1110101 10001011 11010100 101101 100010 0 10001 11100010 110100 1000001

Color Harmonies of #758BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758BD4

Black with #758BD4

Text Example


Text Example

White with #758BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758BD4; }

 p { color: rgb(117,139,212); }

 H1.HeaderClassName
 {
   color: #758BD4;
 }
 .AnyTagClassName
 {
   color: #758BD4;
 }
</style>

background-color css

<style>
 a { background-color: #758BD4; }

 a { background-color: rgb(117,139,212); }

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

border-color css

<style>
 span { border-color: #758BD4; }

 span { border-color: rgb(117,139,212); }

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